Petit Computer Wiki
Advertisement
Particle System
CPPS V 1.0.0 BS 1

Coleslaw Productions Particle System

General Info
Genre(s): Tech Demos
Contributor(s):

Coleslaw Productions (Programmer)

0612 TV (My Teacher)

Release Date: August 20, 2015 (October 18, 2015 for SmileBASIC)
Development Status: Unstable
Version: 1.0.0

(B 2.1.0 for SmileBASIC)

Size: 2288B (3608B for SmileBASIC)
Mode(s): Single-player
Language(s): N/A (English for SmileBASIC)

Simulate particles flying about in Petit Computer or SmileBASIC!

SmileBASIC version: http://smilebasicsource.com/page?pid=71

Instructions[]

  • D-Pad: Push gravity to "1" in the pressed direction.
  • Start: Stop gravity. (Petit Computer)
  • Touch: Move the emitter.
  • L: Show the emitter's location.
  • Edit the codes constants to change the way the emitter behaves.

Here are the constants in their default state.

'//BEGIN CONSTANTS//

MAX=48
ROWSIZE=8

EMITX=127
EMITY=95

EMITVX=0
EMITVXR=10

EMITVY=0
EMITVYR=10

EMITSR=1

GRAVX=0
GRAVY=0

'\\??END CONSTANTS??\\

Changelog[]

*B Versions are for SmileBASIC

Version 1.0.0 (August 20, 2015)[]

Initial Release for Petit Computer

Version B 1.1.0 (October 18, 2015)[]

Released port to SmileBASIC

Version B 2.0.0 (November 9, 2015)[]

  • Dynamic non-fragmented arrays now mean there is no pre-defined limit for the number of particles that can be simulated at once.
  • Support for the accelerometer and circle pad have been added.
  • The top screen now displays statistics.

Version B 2.1.0 (November 11, 2015)[]

  • Performance update

Future Plans[]

  • Better user interface that does not require changing the actual code's constants.
  • Non-fragmenting memory usage may allow for faster processing.
  • Graphical enhancements.
  • Make the top screen show current settings and statistics about performance.
  • Port to SmileBASIC

Videos and Screenshots[]

CPPS V 1.0
CPPS V 1.0.0 BS 1
Particle_System_Demo

Particle System Demo

Petit Computer Download (1.0.0)[]

CPPS V 1.0

SmileBASIC Download (B 2.1.0)[]

Download with public key: "KKDXXGD"

Web page; http://smilebasicsource.com/page?pid=71

SmileBASIC Download (B 2.0.0)[]

Download with public key: "E43NH3LJ"

SmileBASIC Download (B 1.1.0)[]

Download with public key: "N3ADZEL3"

Code file: Direct Download

PetitModem 1,200bps Waveform: Direct Download

License[]

No license applied as of now.

Notes[]

None at the moment.

Credits[]

Coleslaw Productions (Programmer)

0612 TV (My Teacher)

Advertisement