Giter VIP home page Giter VIP logo

contextfree's People

Watchers

 avatar  avatar

contextfree's Issues

No error messages

What steps will reproduce the problem?
1. Use bad grammar
2. draw

What is the expected output? What do you see instead?
Expected: Error dialog or tray or something.

What version of the product are you using? On what operating system?
http://azarask.in/projects/algorithm-ink/ and showcase.html
Firefox 3

Original issue reported on code.google.com by [email protected] on 7 Aug 2008 at 9:31

Feature Request: Integrate verse 2d can go into Blender and 3DS in realtime

"Verse is a network protocol that lets multiple applications act together
as one
large application by sharing data over a network. If one application makes
a change
to shared data, the change is distributed instantly to all the other interested
clients. The protocol and associated data format are both heavily optimized for
sharing data suitable for 3D graphics."
http://verse.blender.org/


So we could make shapes in context free and send them to blender to do
stuff in 3d with (it's all fully python scriptable in there + has stuff
like a game engine with physics).  Probably want to be able to send the
shapes separately or as a bitmap.

Also, would want an api to control how context free generates shapes,
(control stuff like the seeds, and the random algorithm)

Original issue reported on code.google.com by [email protected] on 23 Sep 2008 at 12:22

No comments

There is no support for comments as specified by the grammar.

Original issue reported on code.google.com by [email protected] on 7 Aug 2008 at 9:33

Can't render some code's

I can't render the codes below:
http://www.contextfreeart.org/gallery/view.php?id=1162
http://www.contextfreeart.org/gallery/view.php?id=1903
etc.

Original issue reported on code.google.com by black.danek on 30 Jan 2012 at 11:43

z-index doesn't work

What steps will reproduce the problem?
1. write the code:
   startshape test
   rule test {
     CIRCLE{z 1 b 0.5}
     SQUARE{}
   }
2. run it (you can use
http://contextfree.googlecode.com/svn/trunk/demo.html ) to test it.

What is the expected output? What do you see instead?
The CIRCLE should be above the SQUARE, but instead it just draws in the
order the shapes are specified.

What version of the product are you using? On what operating system?
r24 on Firefox on Ubuntu

Please provide any additional information below.
Great project!

Original issue reported on code.google.com by [email protected] on 19 Aug 2009 at 2:29

Background fix

The background rendering call is currently:

Renderer.ctx.fillRect( 0, 0, Renderer.width, Renderer.width );

should(?) be:

Renderer.ctx.fillRect( 0, 0, Renderer.width, Renderer.height );

Original issue reported on code.google.com by [email protected] on 17 Nov 2011 at 2:50

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.