An open API service indexing awesome lists of open source software.

https://github.com/bigasdev/yare-lowrezjam24

My lowrezjam24 submission
https://github.com/bigasdev/yare-lowrezjam24

Last synced: 6 months ago
JSON representation

My lowrezjam24 submission

Awesome Lists containing this project

README

          


 Fortress logo

Welcome to the Fortress!

This is the source for Fortress framework, a study framework being created in c++ to develop games and tools for games.


License

> 🚨 **Alert** This is a study project, i'm using it to build my games/tools but its not intended to be a working product for use (yet!), so use it with _caution_ and don't expect things to work properly out of the box.

### How to enter the fortress?

Just click the use this template button in the github page to quickly clone the framework for your own repo. The framework works best with a combo of visual studio code + [commandbar extension](https://marketplace.visualstudio.com/items?itemName=gsppvo.vscode-commandbar) with custom commands to setup and build the project.

![command-bar](media/commandbar.png)
This is what the architecture looks like:

```
└── root
└── .build
├── res
├── game_debug.exe
├── dlls
└── .release
├── res
├── game.exe
├── dlls
└── res
└── src
```

You can look at the [Twitter gif maker](https://github.com/bigasdev/Twitter-Gif-Maker) source code for a exampe of a complete application created with the framework.