still-scene / t3
- четверг, 16 июня 2022 г. в 00:31:40
A new tooll implementation with Dear ImGUI
A stand alone version is in development. Although it's working already it needs further clean up and testing.
This means that you need an IDE like Visual Studio or Rider to build and run it. This is free and not as difficult as it might sound.
Ideally, it would be better to sign-up. It's free and only takes a minute or so. This will allow you share your changes with the community. If not, do the following:
git clone git@github.com:still-scene/t3.git
Note: As of 2021-11-05 we no longer use submodules, so you don't have to care about setting up those.If you have a git account, we recommend using ssh. Make sure you have an ssh-key installed correctly. Github has excellent documentation on that topic.
With Fork you just clone the repository.
If you're using the command line
git clone git@github.com:still-scene/t3.git
Install/install.bat
To initialize some dependencies and the default view layouts. If you cleaned your solution with visual studio, you might need to run the install.bat script again.t3.sln
..
. This is important, because the Resources folder needs to be on the same logical level as the starting directory. If this is not match you will experience errors like "t3.ico" not found.If you have questions or feedback, please join us on discord: https://discord.gg/YmSyQdeH3S