Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 779 Bytes

Flask

Simple framework for 2D WebGL game development written in pure Rust. Heavily inspired by Pico-8

Alt Text

Example game

Sky Combat is an example game which aims to demonstrate capabilities of the Flask game framework

Game project template

https://github.com/aegis-dev/flask_project_template

Prerequisites

Install wasm-pack https://rustwasm.github.io/wasm-pack/installer/

Build

wasm-pack build --target web

Documentation

Coming soon

License

Flask is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.