Awesome
Awesome snõwkit
Table of Contents
- snõwkit resources
- flõw resources
- snõw resources
- luxe resources
- hxsw resources
- mínt resources
- linc resources
- scrìbe resources
- deviše resources
snõwkit resources
<img align="right" src="http://snowkit.org/content/images/2014/Sep/snowkit.png">A curated list of resources for the snõwkit collective.
snowkit is a collective, a group of libraries, tools and developers with a common set of goals toward a high quality eco system, for the Haxe toolkit.
Websites
- snowkit.org: Official hub for all things snõwkit (flõw, snõw, luxe, etc.)
- snowkit.org/libs: Officiel snõwkit libraries
- snowkit on GitHub
Documentation
- snowkit docset: Offline API documention for snow, luxe, Gesluxe, Nape and the Haxe Standard Library
Forums
<!-- * [snõwkit slack chat](https://underscorediscovery.slack.com/) (membership required) -->- snõwkit gitter chat (public)
- @snowkitorg: Official snõwkit twitter account
- snõwkit feed: Tweets containing #snowkitcommunity
- luxe feed: Tweets containing #luxeengine
Tools
Libraries
- gif: A GIF format encoder without any dependencies.
- gifcapture: A threaded GIF capture recording helper.
Editor Support
Sublime Text
- Project settings for Sublime Text for quickly jumping into luxe/snõw/Haxe source code
- Templates for Sublime Text for auto-generating flow/snõw/luxe projects
FlashDevelop
- Templates for FlashDevelop for auto-generating flow/snõw/luxe projects
flõw resources
<img align="right" src="http://snowkit.org/content/images/2014/Sep/flow.png">flow is a project based build tool for Haxe, taking a simple json based project description and converting it into a usable application, complete with icons, file templating, binary compression, built in server and more.
Websites
Editor Integrations
Articles
- Using Hooks: Using hooks to set up scripts to run before/after flow
snõw resources
<img align="right" src="http://snowkit.org/content/images/2014/Sep/snow.png">snow is a free, open source light, pure and clean toolkit for building frameworks, applications and games using Haxe, targeting native platforms and web browser.
Websites
Projects
<!-- REMOVED: * [horror](https://github.com/eliasku/horror): Mid-level 2D GPU framework. Compatible with OpenFL, Lime and snow. -->- BabylonHx: A direct port of Babylon.js 3D engine to snow.
- tusk: A game engine built on top of snõw
- ChopEngine: A Haxe cross-platform 3D game engine built on top of snow and Lime.
- GPU-Fluid-Experiments: Cross-platform GPU fluid simulation.
- snow-8: A CHIP-8 emulator.
- snowhxt: A convenience for using hxtelemetry with flow/snow based apps quickly.
- ceramic: Minimal and portable cross-platform 2D game/multimedia engine.
- Flurry: 2D focused, cross-platform Haxe game engine with multiple rendering backends (built on top of snow).
luxe resources
<img align="right" src="http://snowkit.org/content/images/2014/Sep/luxe.png">luxe is a high level, rapid development game engine for deploying games or applications across Mac, Windows, Linux, Android, iOS and WebGL.
Websites
Articles
Templates
- luxeTpl: A state-centric template for the Luxe Engine.
- GreenTemplate: Template for quickly prototyping Luxe games.
- Luxe Template: Template for games made with the Luxe engine.
- LD Template: Simple Luxe template for Ludum Dare.
- Luxe Boilerplate: Simple boilerplate setup for new Luxe projects.
- _empty: Default empty project folder.
- LD Template: Ludum Dare template project for Luxe.
- Luxe Base: Template for Luxe game jam games including a gamepad setup screen.
Games
- SQUARE: Complete, but minimalistic, game.
- Collab: Shmup-like game collaboration between NicoM1 and Eiyeron.
- Orbitantlers-Collab: Platformer game collaboration between NicoM1 and Orbitantlers.
- luxeout: Simple breakout clone.
- spellhive: Simple word game on a hexagonal grid.
- Tank Offense: A simple 3 lane strategy game made in Luxe.
- Dodger: One Game a Week: #1, Dodger (blog post)
- Memory Puzzle: One Game a Week: #2, Memory Puzzle (blog post)
- Simon: One Game a Week: #4, Simon Says (blog post)
- Snake: One Game a Week: #5, Snake
- Ruins: Exploration and puzzle focused platformer
- LuxePong: A simple game of Pong.
- Dunjin Crul: A simple dungeon crawling action-RPG.
- LD32 Warm-Up: Warmup game prior to LD32.
- vshooter: A vertical space, shmup type, shooter.
- Celox Inpes: A very fast-pased shmup type shooter.
- Backyard Roguelike: Roguelike that takes place in a backyard.
- Seeker: Space shooter prototype.
- Shooting Desk: Turn-based team shooting game. Imagine Counter-Strike played like the old Heroes games.
- Mobile Space: Space shooter game.
- Tetromonic: A tetromino game under development.
- Territory: Unfinished roguelike game.
- CarrotPull: Experimental game about talking to plants.
- yaarpg: Yet Another Action RPG.
- bnupe: Platformer experiment.
- shooter: Top down zombie shooter.
- Joy of Flight: 2D side-scrolling flight game.
- Simple Jam: A simple game for a the Simple Jam.
- PaperBurger: Unfinished physics-based game.
- Walkey-hittey: A Zelda-like; top-down walk about with melee combat.
- FCC-TicTacToe: TicTacToe game for Free Code Camp.
- TG-001: Top down shooter.
- spaceRL: Space roguelike for mobile.
- Soil: A multiplatform game that aims to provide a zenlike environment to cultivate and sell various plants.
- RUSH: Continuation of a GBJAM 4 game.
Examples/Experiments
- Kitchensink Test: Compact example that demonstrates a lot of features of Luxe.
- Luxe Projects: Different tests projects.
- starField: Star field experiment.
- snowkitTests: Endeavors with snowkit.
- liquid-luxe: 2D liquid simulation using snowkit and Luxe.
- hxDaedalus examples: Luxe examples of hxDaedalus (2D environment modeling and pathfinding)
- PhysicsEngine: Basic Luxe rectangles physics engine.
- CustomLuxePhysics: A simple demo showing how to write your own physics engine for Luxe.
- CustomLuxePreloader: A simple demo showing a custom preloader in Haxe.
- LuxeLights: A simple demo showing how to use render textures and shaders to create a basic 2D lighting effect.
- LuxeSightLights: Luxe implementation of Sight & Light.
- LuxeBloom: A demo for Luxe showing one way to use shaders and rendertextures to apply a bloom effect to the screen.
- Luxe hscript reload: Live reloading of hscript to make gameplay logic in luxe (blog post).
- Foldable: Experiment in creating foldable geometry (screenshot).
- Normal Mapping: Experiment in creating normal mapped texture (screenshot).
- Perlin Clouds: Experiment in creating a texture with Perlin noise (screenshot).
- Luxe3D: Experiments in 3D in Luxe.
- Dancefloor: Dance floor simulator!
- LuxePixelPerfect: Luxe example of a pixel perfect zoom.
- RegisAgro: An unfinished implementation of hnefatafl ("Kings Table"). Demonstrates shader effects setup.
- Luxe Net Test: Example of a multiplayer game, using node.js as the game server and luxe as client.
- Mazes: Depth First Search mazes implemented in luxe.
- AdventurEr: Test client for scrolling adventure game.
- Voxel Load: Test for loading and displaying MagicaVoxel models.
- AdventurePathfinding: Example code of a pathfinding method for 2d point and click adventure game.
- Euclido: A euclidian rhythm generator.
- PlatformerLuxe: A test of platformer physic, tilemap, sprite, camera and some others concepts.
- Luxe Stuff: Code helpers, boilerplate and useful components for Luxe.
- Frog Tiles: Frog tiles game prototype.
- Raster Road Generation: Experimentation with creating an Outrun-style scrolling road.
- ChickensFlightLuxeDemo: Example of using a sprite sheet.
- Entity Component: An example of how to set up entities.
- Platformer test: Luxe platformer test ground.
- Isometric Experiments: Some isometric artwork experiments.
- justTriangles Example: Example of using the "justTriangles" vector shape generation library with Luxe.
- chickens: Example of using Echo framework with Luxe game engine, Nape physics engine.
- HKOSCon2017 Haxe Game Workshop: A cross-platform multiplayer agar.io clone.
- Kisrhombille experiments: Kisrhombille geometry tessellation.
Game Jams
Bacon Jam
<a href="https://bacongamejam.org/jams/bacongamejam-08/302/"><img src="http://i.imgur.com/Nv39nTc.png" width="30%"></a>
- Alien invasion X-00004: Aliens are invading us, millions of them. Source (GitHub)
Ludum Dare 31
<a href="http://ludumdare.com/compo/ludum-dare-31/?action=preview&uid=30512"><img src="http://ludumdare.com/compo/wp-content/compo2//407933/30512-shot0.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-31/?action=preview&uid=34"><img src="http://ludumdare.com/compo/wp-content/compo2//407933/34-shot0.jpg-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-31/?action=preview&uid=3012"><img src="http://ludumdare.com/compo/wp-content/compo2//407933/3012-shot0.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-31/?action=preview&uid=7279"><img src="http://ludumdare.com/compo/wp-content/compo2//407933/7279-shot2.png-crop-180-140.jpg"></a>
- Train of Thought: Colourful and action-packed word game. Source (GitHub)
- Leviathan: Leviathan is a card-battling tower defensey thing. Source (Google Code)
- Scarecrow: Scare away crows. Source (zip)
- LiliLight: Lili is stuck in her Nightmare, help her to chase her Demons in order to wake up! (No source)
Ludum Dare 32
<a href="http://ludumdare.com/compo/ludum-dare-32/?action=rate&uid=34"><img src="http://ludumdare.com/compo/wp-content/compo2//444368/34-shot0-1429492716.jpg-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-32/?action=rate&uid=50305"><img src="http://ludumdare.com/compo/wp-content/compo2//444368/50305-shot0-1429494291.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-32/?action=preview&uid=38590"><img src="http://ludumdare.com/compo/wp-content/compo2//444368/38590-shot0-1429481259.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-32/?action=rate&uid=23363"><img src="http://ludumdare.com/compo/wp-content/compo2//444368/23363-shot0-1429494674.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-32/?action=preview&uid=22923"><img src="http://ludumdare.com/compo/wp-content/compo2//444368/22923-shot2-1429492381.png-crop-180-140.jpg"></a>
- Food Fight: 3D top-down pea shooter. Source (GitHub)
- Censored: Armed with your pencils, you must throw pencils to draw on all free papers. You must not draw on censored papers! Source (GitHub)
- BOOMBOX: Save people from sadness WITH MUSIC! Source (GitHub)
- Symmetric Torpedo: Kill or be killed in a submarine-on-submarine battle. Source (DropBox)
- FEATHERROCK: Play as a magical weapon; a rock with feathers. Source (GitHub)
GBJam 4
<a href="http://gamejolt.com/games/where-s-my-dog/87073"><img src="https://p5b4y2t6.ssl.hwcdn.net/game-thumbnail/400/87073-crop0_31_640_391-daspygbc.jpg" width="30%"></a> <a href="http://gamejolt.com/games/rush/85421"><img src="https://p5b4y2t6.ssl.hwcdn.net/game-thumbnail/400/85421-crop215_110_804_441-7a9iuzxg.jpg" width="30%"></a>
- Where's My Dog: Atmospheric platformer. [No source]
- Rush: Arcade runner game about love and throwing crates. Source (GitHub)
Ludum Dare 33
<a href="http://ludumdare.com/compo/ludum-dare-33/?action=preview&uid=23611"><img src="http://ludumdare.com/compo/wp-content/compo2//479518/23611-shot0-1440373257.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-33/?action=preview&uid=34"><img src="http://ludumdare.com/compo/wp-content/compo2//479518/34-shot0-1440379320.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-33/?action=preview&uid=41337"><img src="http://ludumdare.com/compo/wp-content/compo2//479518/41337-shot0-1440364827.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-33/?action=preview&uid=30512"><img src="http://ludumdare.com/compo/wp-content/compo2//479518/30512-shot1-1440363242.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-33/?action=preview&uid=25271"><img src="http://ludumdare.com/compo/wp-content/compo2//479518/25271-shot0-1440549093.jpg-crop-180-140.jpg"></a>
- Blobby Monster: You must attack people while they're travelling from house to house. Source (zip)
- Hugzilla: Hug everything to death in this cute colorful 3D game. Source (GitHub)
- I'm not a monster: You play as a good monster trying to convience people of your good intentions. Source (GitHub)
- Monster's Ball: Participate in the monsters' favorite pasttime where you throw rubber balls at things. Source (GitHub)
- The monster: Visual novel where you play as a monster. Source (GitHub)
Ludum Dare 34
<a href="http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=47736"><img src="http://ludumdare.com/compo/wp-content/compo2//511439/47736-shot1-1450061808.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=38590"><img src="http://ludumdare.com/compo/wp-content/compo2//511439/38590-shot0-1450047052.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=41337"><img src="http://ludumdare.com/compo/wp-content/compo2//511439/41337-shot0-1450053096.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=30512"><img src="http://ludumdare.com/compo/wp-content/compo2//511439/30512-shot0-1450045142.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=22923"><img src="http://ludumdare.com/compo/wp-content/compo2//511439/22923-shot1-1450039508.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=41073"><img src="http://ludumdare.com/compo/wp-content/compo2//511439/41073-shot2-1450118046.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=7956"><img src="http://ludumdare.com/compo/wp-content/compo2//511439/7956-shot0-1450061085.png-crop-180-140.jpg"></a>
- Eat and Run: Eat ants. Beware of ants. Source (GitHub)
- Hungry Spider: You're a spider! Eat, but not too much. Avoid Spikes. Source (GitHub)
- Infinite Tower: Climb the infinite tower. Source (GitHub)
- A Life in a Year: You guide a young tree in its first year of life. Collect items to grow and prosper. Source (GitHub)
- Ludum Party!: Challenge a friend or CPU to a series of minigames! Made with tusk. Source (GitHub)
- Santa Rush: In this game you must deliver presents to igloos as fast as possible. Good luck! Source (GitHub)
- Two Trees: A game about growing trees. You and another fine young tree are on a hill, growing away. Source (zip)
Global Game Jam 2016
<a href="http://globalgamejam.org/2016/games/alien-growth"><img src="http://globalgamejam.org/sites/default/files/styles/game_sidebar__wide/public/game/featured_image/aliengrowthfront.png?itok=8zcc35Q0" width="200px"></a> <a href="http://globalgamejam.org/2016/games/le-pr%C3%A9cheur"><img src="http://globalgamejam.org/sites/default/files/styles/game_sidebar__wide/public/game/featured_image/soon.png?itok=LTY8NQV9" width="200px"></a>
- Alien Growth: Watch procedurally generated, alien plants grow. Perform rituals to alter your plant. Source (GitHub)
- Le précheur: Watch people's habits and choose the correct action to help convert people to your faith. Source (zip)
LOWREZ Jam 2016
<a href="https://itch.io/jam/lowrezjam2016/rate/61784"><img src="https://img.itch.io/aW1hZ2UvNjE3ODQvMjgwMDExLnBuZw==/original/EeV455.png" width="200px"></a>
- LZRS: A laser-dodging game.
Ludum Dare 35
<a href="http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=30512"><img src="http://ludumdare.com/compo/wp-content/compo2//542293/30512-shot1-1460924147.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=35189"><img src="http://ludumdare.com/compo/wp-content/compo2//542293/35189-shot0-1460940973.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=41337"><img src="http://ludumdare.com/compo/wp-content/compo2//542293/41337-shot0-1461021132.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=24822"><img src="http://ludumdare.com/compo/wp-content/compo2//542293/24822-shot0-1461011276.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=16241"><img src="http://ludumdare.com/compo/wp-content/compo2//542293/16241-shot0-1460896335.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=36186"><img src="http://ludumdare.com/compo/wp-content/compo2//542293/36186-shot2-1460942734.PNG-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=9921"><img src="http://ludumdare.com/compo/wp-content/compo2//542293/9921-shot0-1461026003.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=89547"><img src="http://ludumdare.com/compo/wp-content/compo2//542293/89547-shot1-1461036951.png-crop-180-140.jpg"></a> <a href="http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=46201"><img src="http://ludumdare.com/compo/wp-content/compo2//542293/46201-shot2-1460921599.png-crop-180-140.jpg"></a>
- Geometry Ninja: Slice geometry in evenly sized pieces in an ever-increasing rush against time. Source (GitHub)
- OUROBOROS: Play as an infinitely long snakething trying to eat its own tail. Source (GitHub)
- Pink: Change the shape of the player to collect as many rectangles or circles as you can. Source (GitHub)
- The Tale of Lapkovius: Find treasure in the dungeon and make your way out. And don't get discovered! Source (zip)
- ShiftSnap: Plays like a 2D Rubik's cube Source (GitHub)
- Slime Tech: Manipulate slime using attractors to charge up shapes and archieve science. Source (GitHub)
- Space Shift: Small space shmup where your ship changes with different abilities every 3 seconds. Source (GitHub)
- Strata: The Shapeshifting Microworld: Find your way out of a shapeshifting microworld. Source (GitHub)
- vertex.: Resolve all line intersections before the time runs out. Source (zip)
Simple Jam
<a href="https://keymaster.itch.io/kryce"><img src="https://img.itch.io/aW1hZ2UvNzMzNzAvMzM4NjAyLnBuZw==/original/ZYqoCg.png" width="25%"></a>
- Kryce: Kryce is bullethell game controlled directly with the analog stick. Source (GitHub)
One Button Jam
<a href="https://jtruher.itch.io/flappy-joust"><img src="https://img.itch.io/aW1hZ2UvODA2MTgvMzgxNzA0LmdpZg==/315x250%23c/8RRZX0.gif" width="30%"></a> <a href="https://hexdie.itch.io/rocket-hop"><img src="https://img.itch.io/aW1hZ2UvODA2NDQvMzc5MTE4LmdpZg==/315x250%23c/pNOeHS.gif" width="30%"></a>
- Flappy Joust: It's, uh, Flappy Bird meets Joust!
- Rocket Hop: An infinite-runner/platformer. Source (Bitbucket)
365 Indies Jam
<a href="http://gamejolt.com/games/super-365-quest/181301"><img src="http://i.imgur.com/7Y8a224.gif" width="30%"></a>
- Super 365 Quest: Game inspired by Super Crate Box.
Ludum Dare 36
<a href="http://ludumdare.com/compo/ludum-dare-36/?action=preview&uid=47736"><img src="http://ludumdare.com/compo/wp-content/compo2//570486/47736-shot0-1472436408.png-crop-180-140.jpg" width="30%"></a>
- Four: Puzzle game where you need to collect all elements to complete the level. Source (GitHub)
GBJAM 5
<a href="https://jtruher.itch.io/lode-jogger"><img src="https://cloud.githubusercontent.com/assets/879967/19244672/b3d245e0-8f1d-11e6-86b8-2e1637dda859.png" width="30%"></a> <a href="https://eduardo.itch.io/t-tempel"><img src="https://img.itch.io/aW1hZ2UvOTAxMjgvNDIzMDIxLmdpZg==/315x250%23c/oCT9re.gif" width="33%"></a>
- Lode Jogger: Lode Runner inspired game.
- T-Temple: Stylized platformer.
Procedural Generation Jam 2016
<a href="https://itch.io/jam/procjam/rate/108942" width="30%"><img src="https://img.itch.io/aW1hZ2UvMTA4OTQyLzUwNjE4NS5naWY=/315x250%23c/XOq%2BIq.gif" width="30%"></a>
- trace: Hack the network. Avoid detection. Evade the TRACE. Get the data. Source (GitHub)
Ludum Dare 37
<a href="http://ludumdare.com/compo/ludum-dare-37/?action=preview&uid=47736"><img src="http://ludumdare.com/compo/wp-content/compo2//593814/47736-shot1-1481596041.jpg-eq-900-500.jpg" width="30%"></a>
- Battle Room: Battle room where two players duke it out in local multiplayer.
Global Game Jam 2017
<a href="http://globalgamejam.org/2017/games/wave-surfer-2"><img src="http://ggj.s3.amazonaws.com/styles/game_sidebar__wide/s3/game/featured_image/scr2_1.png" width="30%"></a>
- Wave the surfer: Control wave with mouse to make some cool tricks with surfer. Source (zip)
Ludum Dare 38
<a href="https://ldjam.com/events/ludum-dare/38/landshift"><img src="https://static.jam.vg/raw/539/3/z/c3e.gif" width="20%"></a> <a href="https://ldjam.com/events/ludum-dare/38/maximum-clench"><img src="https://static.jam.vg/raw/dfa/3/z/1528.gif" width="35%"></a>
- Landshift: A small puzzler made about connecting roads and rivers. Source (GitHub)
- MAXIMUM CLENCH: A 2 player competitive mini game. Source (GitHub)
Ludum Dare 39
<a href="https://ldjam.com/events/ludum-dare/39/airship-climb"><img src="https://static.jam.vg/raw/5b6/1/z/7fb5.png" width="35%"></a> <a href="https://ldjam.com/events/ludum-dare/39/laser-dodgy"><img src="https://static.jam.vg/raw/8cf/2/z/7167.png" width="30%"></a> <a href="https://ldjam.com/events/ludum-dare/39/resistance"><img src="https://raw.githubusercontent.com/azlen/LD39/master/gifs/003_island_adventure.gif" width="30%"></a>
- Airship Climb: Collect fuel to “don’t run out of climbing power”. Source (GitHub)
- Laser Dodgy: Run around and collect all of the little powerup squares to go through the green warp square for the next level!
- RESISTANCE: You play as a resistor-wielding LED fighting for energy. Fight enemies and collect batteries to keep your energy levels high. Source (GitHub)
LOW REZ JAM 2017
<a href="https://jtruher.itch.io/lowrezjam2017"><img src="https://img.itch.zone/aW1hZ2UvMTY2NTQ5Lzc4MDY3OS5wbmc=/315x250%23c/%2FBzrdb.png" width="30%"></a>
- slower than light: Explore your derelict ship, try to warp out of danger, or stand and fight and try not to blow up.
Jogabili Jam 2
<a href="https://gamejolt.com/games/UFO_incident/286963"><img src="https://p5b4y2t6.ssl.hwcdn.net/screenshot-thumbnail/300x2000/470941-v3.jpg" width="30%"></a>
- Varginha UFO Incident: Megaman-esque platformer.
Summer Slow Jams June 2018
<a href="https://jtruher.itch.io/ssj-june-2018"><img src="https://img.itch.zone/aW1hZ2UvMjczMjUwLzEzMjg4NTAucG5n/315x250%23c/0qkOEe.png" width="30%"></a>
- The World Is Alive(?): A silly little game about a dormant, recovering world.
Summer Slow Jams August 2018: Parody Games
<a href="https://jtruher.itch.io/pongish"><img src="https://img.itch.zone/aW1hZ2UvMTc0MzQ2LzE0NTYwMTcucG5n/315x250%23c/bnDunT.png" width="30%"></a>
- Pongish: It's Pong, sort of! You can't actually miss, though, because the ball always seeks the player.
Generators
- Slush Generator: Tool for generating new luxe projects, states, entities, components and more
- Parcel Generator: Tool for auto-generating a
parcel.json
-file from a directory - Yeoman Generator: Tool for generating luxe projects, states, entities and components
Utilities
- PyxelEdit Map Importer: Haxe map importer for Pyxel Edit for the free & paid version. Includes helper for luxe.
- Pixel Sprite Generator: Pixel sprite generator prepared for Luxe engine.
- IsometricEdit: Simple graphical tile editor for isometric spritesheets
- zame-haxe-particles: Particle system for OpenFL and Luxe. Compatible with Particle Designer.
- hxDaedalus: 2D environment modeling and pathfinding.
- LuxeParticleDesigner: A tool for quickly designing / tweaking particle systems in Luxe.
- AutoTerrainGen: Generate terrain maps for Tiled by providing 2 or more tilesets.
- LuxePolygonDraw: Vector level editor.
- AdventurEd: Level editor for an adventure game.
- Map Generator: A 2D map generator made with the Luxe Engine.
- Assetpacker: A visual asset packing tool for creating bundles of assets.
- LuxeTrackCreator: Track editor created in Haxe using the Luxe engine.
Libraries
- Gesluxe: Gesture library.
- Rainbow: Text coloring/sizing per character.
- Rainbow*: Updated fork of Rainbow.
- Behavior Trees: Behavior Tree implementation with Luxe sample.
- Maze Generator: Library of algorithms for generating mazes.
- L-System: Lindenmayer system for generating trees.
- WhuopLib: A set of helper classes, such as loading Entities/Sprites from json.
- Spatial Hash: Broad-phase algorithm for collision detection on uniform grids.
- Pincushion: Vector game editor & animation tool. Test game for Pincushion.
- hxGameJolt: Game Jolt API for Haxe users. Includes Luxe example.
- DConsole: In-game drop-down console that provides runtime acess to methods, variables and more.
- gessie: Gesture recognition library with support for Luxe and OpenFL.
- SpriterHaxeEngine: Use animations from Brashmonkey's Spriter SCML in Luxe and OpenFL.
- Luxe ASCII: ASCII Rendering for Luxe.
- MpHx: A library that facilitates the creation of multiplayer games. Includes Luxe examples.
- hxNoise: A collection of noise functions for Haxe. Includes Luxe examples.
- Luxe Atlas: Runtime atlas/texture packer for Luxe.
- EmojiKit: A prototyping tool that makes it easy to use emoji in games made with Luxe engine.
- Overlap Runtime: Library for integrating Overlap2D scenes into Luxe.
- Trog's Interactive Dialogue Engine: Interactive dialogue engine made for a 2D point'n'click adventure.
- luxe gifcapture: A library to capture realtime gifs from luxe games.
- oni: A text implementation supporting animations and colors.
- clay: Entity-Component System and nodes for Luxe.
- Gamepad Haxe: Simulates an analog joystick input using the keyboard. Support for different engines, e.g. luxe.
- sparkler: Modular particle system for Luxe.
- ecs: Experimental macro-powered Entity-Component-System game engine. Includes luxe sample game.
Components
- Gradient: Gradient component for Luxe.
- Hover Alpha: Basic hover alpha button component.
- Camera Drag: Simple camera drag + zoom script.
- Trail Renderer: A trail renderer component using a triangle mesh.
- Player Team: Example of making a flag/team component.
- FPS: Frames per second text component.
- SpriteAnimation: Component for to playing animations.
Snippets
- Ply Importer: Importer for PLY files from Blender into Luxe.
- Input Macro: Simple, remappable, macro-based input handling.
- Isometric view: Code snippet for setting on the camera for isometric view.
- Physics Bodies: Basic rectangles physics engine.
- Wave Physics: Code sample for doing wave spring physics.
- Image From URL: Example of loading an image from an URL.
- Loading Splash Screen: A custom ParcelProgress for Luxe that shows a splash screen.
- Asset Importer Macro: Macro to read and auto-import all assets from the assets path.
- Pixel Perfect Camera Scale: Example of how to resize the viewport to preserve a pixel perfect camera scaling.
- Accelerometer: Getting accelerometer values.
Shaders
- Polar Wrap: Luxe polar warp shader.
- Tilt Shift: Tilt shift shader.
Released Games
- 3720 (Mac/Windows, free¹): Space shooter/dodger from a pigsquad game jam.
- Marballs (Mac/Windows, free¹): It's marbles, bumping into each other.
- Zombie Shooter (Mac, free¹): An in-development top down shooter.
- BYRL (Mac/Windows, free¹): Backyard roguelike.
- Widgeteer (Web, free): Connect components to from complex machines. Uses Luxe and Mint.
- profectus.4 (Android, free¹): Minimalistic geometry shooter.
- Kung Fu Kid (Web/Linux, free¹): Retro arcade game inspired by the old classic "Kung Fu" on Arcade and multiple 8-bit machines.
- Anchorverse (Windows/Linux/Source, free¹): Become a hero! Go save the Anchorverse!
- Threes! (Web, free): Threes is tiny puzzle that grows on you.
- Fargerfight Arque (Android/iOS/Source, free¹): Local-multiplayer smartphone violence.
- The Westport Independent (Mac/Windows/Linux/Android/iOS, price depending on platform): A game about corruption and newspapers
- Topsoil (Android/iOS, free with paid unlocks): Grow plants and work your garden’s soil.
- Stoneset (Android, free): Forge gemstones and complete sets to collect riches!
¹ Name your own price (can be free).
hxsw resources
<img align="right" src="http://snowkit.org/content/images/2014/11/hxsw.png">hxsw is Haxe Shader Wrangler, a string manipulation library, that offers a simple structured effect file format for managing variations of shaders, with line and directive injection and quasi pathing through an effect key.
Websites
mínt resources
<img align="right" src="http://snowkit.org/content/images/2015/01/mint-1.png">mint is a game focused UI library with a focus on simplicitly and ease of use.
Websites
Blog Posts
Examples
- Mint example: Basic example using Window and Label.
- Mint/Kha package: Tests to see how well mint and Kha work together.
Libraries
- mint-json: A JSON loading system for the Mint UI.
linc resources
<img align="right" src="https://snowkit.github.io/linc/images/logo.png">linc is collection of libraries for the Haxe c++ target.
Websites
Blog Posts
Libraries
Official
- linc_empty: An empty linc library.
- linc_stb: Bindings for stb libraries.
- linc_icloud: Bindings for iCloud.
- linc_sdl: Bindings for SDL.
- linc_opengl: Bindings for OpenGL.
- linc_filewatch: Bindings for OS file change notifications.
- linc_dialogs: Bindings for Open, Folder, and Save dialogs.
- linc_glew: Bindings for GLEW.
- linc_enet: Bindings for ENet networking.
- linc_openal: Bindings for OpenAL.
- linc_timestamp: Bindings for high precision timestamp.
- linc_ogg: Bindings for Ogg vorbis decoding.
- linc_nanovg: Bindings for nanovg vector graphics rendering.
Community Created
- linc_box2d: Bindings for Box2D.
- linc_rtmidi: Bindings for RtMidi.
- linc_squirrel: Bindings for the Squirrel language.
- linc_clipboard: Bindings for the system clipboard.
- linc_luajit: Bindings for LuaJIT (wrapper also available).
- linc_libvpx: Bindings for libvpx (experimental).
- linc_linenoise: Bindings for linenoise.
- linc_ffmpeg: Bindings for ffmpeg (experimental).
- linc_socketio: Bindings for socket.io client.
- linc_chartboost: Bindings for Chartboost.
- linc_stempad: Bindings for libstem_gamepad.
- linc_wren: Bindings for the Wren scripting language.
- linc_steam_api: Bindings for the Steamworks SDK (work in progress).
- linc_uv: Bindings for libuv.
- linc_gvr: Bindings for Google VR (luxe wrapper and usage example also available).
- linc_imgui: Bindings for ImGui.
- faxe: Bindings for FMOD.
- linc_kinect: An example Kinect project to start a linc library.
- linc_bass: Bindings for the BASS audio library.
- linc_cegui: Bindings for CEGUI.
- linc_glfw: Bindings for GLFW.
- linc_glfw: Bindings for GLFW.
- linc_tinyosc: Bindings for tinyosc (Open Sound Control library).
- linc_lua: Bindings for Lua.
- linc_duktape: Bindings for Duktape.
- linc_opengl: Bindings for DXGI, D3D11, and D3DCompiler.
- linc_directx: Bindings for OpenGL (fork).
- linc_yoga: Bindings for the Yoga layout engine.
- linc_assimp: Bindings for the Open Asset Import Library.
- linc_rocket: Bindings for the Rocket sync-tracker library.
- linc_syslog: Bindings for the
syslog
utility on Unix-based systems. - wrenegade: Bindings for the Wren scripting language.
- linc_vulkan: Bindings for the Vulkan API.
- linc_theorafile: Bindings for the Theora video compression format.
- linc_opus: Bindings for the opus web audio compression library.
- linc_skeleton: A library for reading and writing Ogg Skeleton data.
- linc_vpx: Bindings for libvpx.
- linc_nestegg: Bindings for the nestegg WebM demuxer.
- linc_oggz: Bindings for the oggz Ogg library.
scrìbe resources
<img align="right" src="http://snowkit.org/content/images/2014/Sep/scribe.png">scribe is a documentation generator for the xml documentation files that Haxe outputs.
Websites
deviše resources
<img align="right" src="http://snowkit.org/content/images/2014/Sep/devise.png">devise is a cross platform editor interface for building media content.