Building a game from scratch with vvvv gamma
In this webinar we're going to build a simple game and along the way get familiar with how to structure the different components of applications.
Once you’re familiar with the basics of a programming language you need a little challenge. Building a game from scratch is a usually a good way of diving deeper. Games have all the aspects of proper applications. They require you to handle user input, manage the game logic, maybe keep a high-score or save a state to disk so it can be recalled the next day. So in this webinar we’re going to build a simple game and along the way get familiar with how to structure the different components of applications.
You can find all infos on vvvv gamma and VL on http://visualprogramming.net
In this webinar you will learn how to:
Requirements:
For a successful webinar please prepare the following
- Connect to the webinar with a Windows machine
- Please download and install the latest release of vvvv gamma from http://visualprogramming.net
- If you can: Connect a second screen. Put the presenters screen left and patch your vvvv patches on the right. Or vice versa.
- Clean desktop from private stuff. You might be sharing your screen with the others.
Where?
You will receive a link with the ticket purchase.
General Info:
The webinar runs from 18:00 am to 21:00 CET
We take a maximum of 15 participants.
The webinar will happen if we have 5 or more participants.
The webinar language is english.
Have a good reason to visit this course for free? Get in touch!
Your host
Joreg
Developer
Joreg is co-founder of vvvv.org and visualprogramming.net and core-developer of vvvv where he is mostly concerned with UI, UX and library development. Besides he teaches, works for money under the label checksum5.com and is otherwise concerned with the integration of sound, image and computer code.
For NODE he co-curated the educational program for all previous NODE Forum for Digital Arts festival editions. The program was focusing on vvvv and vl workshops, bringing together users who want to share their expertise with those eager to learn.
What the vvvv?
vvvv gamma is a visual-first live programming environment for the .NET ecosystem. Its language VL combines metaphors known from dataflow, functional and object oriented programming. There is no need to write any code, unless you really want to. If you want, you can also write C# code for it and use any .NET library with it! To give you an idea of the areas vvvv can be helpful in, here is a list of buzz words vvvv is often associated with:
- Generative Design
- Interaction Design
- Data Visualization
- Computer Vision
- Rapid Prototyping
- Physical Computing
- Projection Mapping
- Show Control
Besides staying true to its nature of being a an easy to use and quick prototyping environment, vvvv gammas programming language VL comes with modern features, combining concepts of dataflow and object oriented programming:
- Define your own datatypes (Classes and Records)
- Composed Datatypes (Spread of Spread,..)
- No more binsizes needed!1!!
- Loops to iterate within one frame
- Generics
- Delegates
- Reactive programming
- Async data processing (multi-threading)
- Easy caching of expensive operations
More information on vvvv gamma: http://visualprogramming.net