Skip to content

ajsacco/piBlockSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

piBlockSim

NOTE: For windows and linux versions, you must include the libs folder in the same directory as the executable

To-do

  • Add a description
  • Port to javascript instead of using processing.js
  • Add customization things to the online version

Definitions

  • Lite: Same version of code as hosted here
  • Full: Lite version but with menus and other cool customization options
  • Program: Compiled by Processing; available for most platforms
  • Source: Source Code
  • Java: Self-explanatory. Compile this however you want
  • Javascript: Transpiled java code using ProcessingJS - you can drag and drop the 3 files into a webserver plug-and-play style

File Structure

  • Full
    • Program (Compiled version of full code)
      • Windows32
      • Windows64
      • MacOS
      • Linux32
      • Linux64
      • LinuxARM64
      • LinuxARMv6
    • Source
      • Java (To run in Processing)
  • Lite
    • Program (Compiled version of online code)
      • Windows32
      • Windows64
      • MacOS
      • Linux32
      • Linux64
      • LinuxARM64
      • LinuxARMv6
    • Source
      • Java (To run in Processing)
      • Javascript (To run on webserver)

About

Approximate/visualize pi by simulating elastic collisions

Resources

Stars

Watchers

Forks

Packages

No packages published