blazium-engine / blazium

Blazium Engine – Multi-platform 2D and 3D game engine
https://blazium.app/
MIT License
231 stars 21 forks source link

Migrate the VS project creation from godot to blazium #114

Closed tokengamedev closed 3 weeks ago

tokengamedev commented 3 weeks ago

Primarily Renames the files generated, configuration and texts from godot to blazium.

tokengamedev commented 3 weeks ago

The documentation needs to be updated too, but that will be a separate PR.

tokengamedev commented 3 weeks ago

Even if you don't have VS installed you can create the solutions without building the whole project.

scons platform=windows vsproj=yes dev_build=yes

It will create the solution, project and other files.