Skip to content

Procedural Particle FX Generator - for the TIC-80 fantasy computer

License

Notifications You must be signed in to change notification settings

archaicvirus/ParticleForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParticleForge

Procedural Particle FX Generator - for the TIC-80 fantasy computer Designed for use with the PRO version of TIC-80

Key Features

  • Create and export particle systems to use in your TIC-80 game
  • Easily customize particle behavior via GUI with buttons and text input
  • In-editor documention (via hover-text, toggleable from settings menu)
  • Persistent editor settings (saves prefs to pmem)
  • Use sprites or primitives for particle display
    • Sprites with red & brown pixels can be re-colored with color settings
    • Primitives can have up to 31 colors
  • Exports emitters in lua table format through the console
  • Performance indicators for fine-tuning (FPS & total particle count)
  • Load previously exported emitters (after adding the exported table to particle_defs.lua)
  • Uses vbank 0 and 1 for up to 31 color particles
  • Re-arrange particle draw order
  • Clone any particle channel
  • Some settings have alternate functions, to view them, hover and hold SHIFT

intro_screen

shotgun_demo

fire_demo

grass_wind_demo

settings_button

settings_menu

clone_button

rename_particle

move_button

hide_button

delete_button

clone_button

add_button

About

Procedural Particle FX Generator - for the TIC-80 fantasy computer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages