Skip to content

richard-mihalovic/GSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GSim screenshot

Example schema code:

simulation.startTime = 0.0
simulation.stopTime = 2*Math.PI
simulation.timeStep = 0.05

simulation.schema.with {
	block('sin', 'source.sin', [])
	block('cos', 'source.sin', [phase: Math.PI/2])
	block('target12', 'target.xyscope', [])

	block('target1', 'target.scope', [])
	block('target2', 'target.scope', [])

	connect 'sin:O1', 'target12:I1'
	connect 'cos:O1', 'target12:I2'

	connect 'sin:O1', 'target1:I1'
	connect 'cos:O1', 'target2:I1'
}

About

GSim is a very basic block simulation program. Application is written in Groovy language and is in early pre pre pre alpha stage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors