Skip to content

Simple framework for 2D WebGL game development written in pure Rust

License

Notifications You must be signed in to change notification settings

aegis-dev/flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.