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
- Host: GitHub
- URL: https://github.com/bigasdev/yare-lowrezjam24
- Owner: bigasdev
- License: mit
- Created: 2024-08-01T21:53:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T13:15:10.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T07:43:25.033Z (over 1 year ago)
- Language: C++
- Size: 56.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.
> 🚨 **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.

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.