As the title suggests this thread is a place for the consolidation of programming and scripting knowledge on Polycount.
It isn't meant to compete with the
Tech Artist - What are you working on thread, but rather compliment it in the same way that Technical Talk relates to Pimping and Previews.
Nor is it meant to compete with or dilute information from sites like
Stack Overflow,
Gamedev.net,
TechArtists.org, and
TigSource.
I see a lot of budding tech artists and indie developers on Polycount lately and I hope this thread can provide a comfortable place for anyone to ask for and get help on programming/scripting.
Most of us probably aren't formally trained software engineers, but maybe we can at least learn together and point each other in the right direction even if we don't have all the answers (because we don't!).
So feel free to post any questions, tutorials, links, on the subject of programming/scripting in this thread and I'll try to keep all that juicy info nicely organized in the next few posts.
Replies
Where to start!?
I personally recommend the following free online Stanford University course. Having gone through most of it I've learned quite a bit about programming.
Programming Methodology, video lectures here, course materials here, free pre-press version of the textbook here, and the other textbook here.
However if you'd rather learn Python for whatever reason then, there's also a similar course Introduction to Computer Science and Programming from MIT OpenCoursWare. The video lectures are here, and a digital copy of the book is available here.
After either of those two courses you should be ready to rock and roll.
Math
You'll probably need to know some math once you get deeper into coding for graphics related things.
Khan Academy - One stop shop for math. There are playlists for Trigonometry and Linear Algebra which are probably two of the more important types of math you'll need for the kinds of programming you might want to get into.
Graphics Programming
http://kesen.realtimerendering.com/
http://advances.realtimerendering.com/
http://renderwonk.com/publications/s...hading-course/
http://www.crytek.com/cryengine/presentations
http://publications.dice.se/
http://www.bungie.net/inside/publications.aspx
http://www.valvesoftware.com/publications.html
http://developer.nvidia.com
Game Programming
Game Programming Patterns
http://gameprogrammingpatterns.com/index.html
General Development Topics
http://altdevblogaday.com/
A library for those wondering is just a fancy name for some code other people have written that you can use along with your own code to accomplish a specific task, such as making games.
ActionScript 3 - link
The language of Flash, great for web based indie games and as renderhjs has shown, cool tech art tools as well.
Away3D - ActionScript 3 library for making 3D games.
Flashpunk - ActionScript 3 library for making 2D games.
Flixel - ActionScript 3 library for making 2D games.
C# - link
Used in Unity and XNA, also great for making tech art tools and programs.
XNA - C# library for making games on Windows, Windows Phone 7, and XBox 360.
SlimDX - SlimDX is a free open source framework that enables developers to easily build DirectX applications using .NET technologies such as C#, VB.NET, and IronPython.
SharpDX - SharpDX is intended to be used as an alternative managed DirectX framework.
C++
Great for lots of things, really bad for beginners.
Ogre - A 3D graphics engine using OpenGL. Can also be used with Python, Java, and .Net languages.
SDL - A cross-platform multimedia library, Can also be used with .Net languages.
SFML - Similar to SDL can also be used with Python and .Net languages.
IronPython - link
A version of Python that runs on .Net, useful for tech art tools/programs. Sadly you cannot use it with XNA to make games on the XBox 360.
Java - link
Not too popular as a indie game programming language, but you'll learn it if you went though that Stanford course I linked to in the above post.
AndEngine - 2D game engine for Android.
jMonkeyEngine - Java library for making 3D games.
libgdx - Cross platform Android development library.
Slick2D - Java library for making 2D games.
Lua - link
The scripting language of Cryengine 3 and many other game engines also used in Modo.
Love - Lua library for making 2D games.
LuaJIT 2 - Adds powerful functionality to call native C-functions (so that writing bindings often can be avoided) and to make use of native data structures.
MaxScript - No official website!?
The native scripting language of 3D Studio Max.
Mel - link - (User Guide -> Scripting also under Technical Documentation -> PyMEL reference)
The native scripting language of Maya.
Python - link
The most widespread scripting language for 3D apps, Max, Maya, Blender, Modo and Cinema4D.
Cocos2D - Python library for making 2D games.
Panda3D - Python library for making 3D games.
Py3dsMax - Python for Max.
PyGame - Python library for making 2D games.
PyMel - Python library for Maya.
UnrealScript - link
The scripting language of UDK.
Shader Languages
Cg - link - Language Reference
A free book by Nvidia "The Cg Tutorial" on the Cg shader language.
HLSL - link - Programming Guide - Language Reference -
Shader language for Direct3D.
GLSL - link - Language Reference -
Shader Language for OpenGL.
Nvidia Shader Library - link -
Many HLSL and CgFX shader samples.
An IDE short for Integrated Development Environment for those wondering is just a fancy text editor that makes common programming tasks easier. They look pretty intimidating when you first open them up (I still get scared sometimes...). But with a few tutorials, blind experimentation, or RTFMing they become much easier to grok.
Aptana Studio 3 - link - Python and others.
Similar to Eclipse, comes with PyDev already installed.
Code::Blocks - link - C++, (and others?)
An open source alternative to Visual Studio C++ Express Edition.
Eclipse - link - Java, C++, Python with PyDev.
A very versatile IDE with can be used with many different languages.
Estrela Editor - link - Lua, Cg, GLSL, HLSL, OpenCL.
A mufti-purpose IDE for Lua, CG, GLSL, HLSL, OpenCL, and the Luxinia engine.
FlashDevelop - link - ActionScript 3, and haXe.
A great free ActionScript 3 IDE.
IntelliJ IDEA - link - Java and related JVM languages.
Free version, has nice code completion.
MonoDevelop - link - C# (and others?)
If for some reason you don't like Microsoft apps then this is the C# IDE for you. Ships standard with Unity.
NetBeans - link - Java and others.
Another popular Java IDE. Used with jMonkey Engine.
Notepad++ - link - Many (All?) languages.
More features than simple text editor and less complex than a full IDE. Perhaps a good app to start off with.
Spyder - link - Python
An IDE for Python, quite a bit more responsive than Eclipse/Aptana.
TextWrangler (Mac) - link - Many languages.
Looks like a notepad++ for Mac.
Visual Studio Express Editions - link - C#, C++, and others.
Free versions of Visual Studio, Microsoft's programming IDE.
Visual Studio Integrated Shell - link - IronPython, IronRuby,and F#.
Install this to get a nice Visual Studio IDE for IronPython, IronRuby, and F#.
Wing - link - Python
Non-free IDE for Python.
FX Composer - link - Cg, HLSL
IDE for Cg and HLSL shaders.
Render Monkey - link - GLSL, HLSL
IDE for GLSL and HLSL shaders.
Shader Designer - link - GLSL
IDE for GLSL shaders.
ShaderFX - link - HLSL, Cg, CgFX
Visual shader editor for 3dsMax.
Mental Mill - link - GLSL, HLSL, CgFX
Visual shader editor.
ShaderFusion - link (Download though the Unity Asset Store) -
Visual shader editor for Unity by commander_keen.
Strumpy Shader Editor - link -
Visual shader editor for Unity.
General Topics
Google Developer Channel - link -
Lots of neat subjects covered here, code, business, and more.
General Programming/Scripting
MIT - 6.00 Introduction to Computer Science and Programming - link - video lectures - textbook -
A great course to learn the basics. Language used Python.
Stanford - CS106A - Programming Methodology - link - video lectures - course materials - textbook01 - textbook02 -
A great course to learn the basics. Language used Java.
Stanford - CS106B - Programming Abstractions - link - video lectures -
This one is the course you'd take after CS106A which I linked to above. Language used C++.
Khan Academy - Introduction to Programming and Computer Science - video lectures -
Language used Python.
MIT - Intro to Algorithms - link - video lectures -
This one is fairly advanced.
Game Development
How do I make games? A Path to Game Development - link -
One of the best "Where do I start" articles I've read.
GameDev.net Articles - link -
Tons of info on various subjects.
TigSource Forums Tutorials - link -
Many tutorials are here as well. One of my favorites is Vector Arithmetic For The Complete Novice.
Flipcode Archive - link -
Lot's of graphics programming articles.
Sacred Software Tutorials - link -
Vectors, Time-based animation, Quaternions, Matrices, Collisions
GPU Gems 1 - link -
GPU Gems 2 - link -
GPU Gems 3 - link -
SIGGRAPH 2010 Course: Physically-Based Shading Models in Film and Game Production - link -
Mobile Development
Stanford - iPhone Application Development - video lectures -
Stanford - Developing Mobile Apps with Web Technologies - video lectures -
Web Development
Google I/O 2011: Building Game Development Tools with App Engine, GWT, and WebGL - link -
Google I/O 2011: Kick-Ass Game Programming with Google Web Toolkit - link -
GoogleTechTalks - Building a JavaScript-Based Game Engine for the Web - link -
Application Specific Scripting
MAXScript 101 - video lectures -
A video-based introductory course for MAXScript
UnrealScript Tutorials by Mougli - link -
Math
Khan Academy - link -
Video lectures and problem exercises on beginner to advanced math topics.
Vector Math for 3D Computer Graphics - link -
Various Math Formulas for Games - link - link (updated ? re-post) -
OpenGL - GLSL Tutorials
Learning Modern 3D Graphics Programming - link -
An intro to modern OpenGL - link -
HLSL Tutorials
HLSL Introduction - link -
Crash Course in HLSL - link -
Effects and HLSL Tutorials - link -
SilverShader Introduction to Silverlight and WPF Pixel Shaders - link -
Still much more to come as soon as I have time...
Antares Universe - link - Visual scripting for Unity.
Blender Game Engine - link - Visual scripting with logic bricks.
GameMaker - link - Create games for PC, Mac, iOS, and HTML5.
Kismet - link - Visual scripting for UDK
Kodu - link - A Microsoft project aimed at creating games through visual scripting. Non-commercial use only I think.
Quest3D - link - 3D engine with visual scripting.
Scratch - link - Similar to Kodu I think, by MIT.
Scirra Construct - link - Create executables with v1, HTML5 with v2.
Stencyl - link - Create Flash games for the web and iOS.
uScript - link - Visual scripting for Unity.
The courses start on October 10th and last until early/mid December. Check out the following links for more info or to sign up.
Introduction to Artificial Intelligence - Could be useful for the indie developers looking to code better AI.
Machine Learning - Looks to go hand in hand with that AI course.
Introduction to Databases - Could be useful for those that want to be on the asset management side of tech art.
I'm looking forward to seeing how Polycount Pac Man turns out. Sorry I can't offer much support atm as C# isn't a language I know (yet).
for unity:
uScript - http://www.uscript.net/home/ -this is based on kismet's style
antares universe - http://antares-universe.com/
quest3d:
www.quest3d.com
PS- great thread idea!
For instance, you want the ghost to turn around 180 when it hits a wall:
If(You hit a wall in front of you)
Turn around 180 deg.
Also, I will toss in bad code and ask it to be fixed. The problem will be in the form of what was learned from the previous post/code snippet. This is to get people to see more than just what is there and pay attention to the compiler codes and research. When it's fixed, it will be posted. Code with a bad portion will be apparent as I'll do something like:
FIX THIS CODE!! Something in here is keeping it from running!!
The answer would be that it's missing a quote bracket.
MS Visual C Express Free
NotePad++
TextWrangler(Mac)
http://kesen.realtimerendering.com/
http://advances.realtimerendering.com/
http://renderwonk.com/publications/s2010-shading-course/
http://www.crytek.com/cryengine/presentations
http://publications.dice.se/
http://www.bungie.net/inside/publications.aspx
http://www.valvesoftware.com/publications.html
http://developer.nvidia.com
must have blog
http://altdevblogaday.com/
Lua
http://lua-users.org/lists/lua-l/
http://lua-users.org/wiki/
http://luajit.org/ LuaJIT 2 has a very powerful functionality to call native C-functions (so that writing bindings often can be avoided) and to make use of native data structures.
Editor Lua/Shaders
Estrela is an open-source editor written in Lua using wxLua which I maintain for both Lua and shader-related projects.
http://www.luxinia.de/index.php/Estrela/Estrela
http://gameprogrammingpatterns.com/index.html
it's capable of doing some ok looking stuff, but i wouldn't suggest it for any serious projects
[ame]
libgdx - really nice cross platform game library for android development. runs natively under windows, linux, mac OS, and Android. No more emulator needed
[ame]
AndEngine- 2D OpenGl engine for android.
might want to add Wing to python IDEs
I've integrated most of it into the first few posts.
I'm immediately wondering if most of this info would be better served on the wiki in a programming/scripting sub-section. That way the info can be maintained and updated by multiple people and I don't have to do all the work by myself. I'm worn out after just a few hours, lol! :poly136:
Then the thread can stay a little more focused on discussions rather than random engine, library, IDE listings.
Or maybe things will settle down for the most part once all the initial links are up.
Or I could just update the various lists once and a while.
What do you guys think?
Personally I'm not too sure how useful C++ will be for most of us either (potentially cool app plugins aside). It takes whole lot of effort to get halfway decent with C++ and for most of us just starting out with programming it's generally regarded as a poor language choice.
Anyway for the libraries:
For someone who want to make the leap to something a little bit more low level (then xna) in c# there is slimdx http://slimdx.org/
Also Ogre comes in with wrapper for .net python and java and can be found in the ogre wiki: http://www.ogre3d.org/tikiwiki/Alternative+Languages&structure=Libraries
For 2d stuff I tend to use sfml but I have checked out there .net wrapper yet but I have heard good thing about it and sfml is really ease to use anyway.
http://www.sfml-dev.org/download.php
Also sdl has a .net wrapper which is great if you want to get into opengl and not have to worry about the set-up.
http://cs-sdl.sourceforge.net/
Dev C++ was a nice IDE for C++ - http://www.bloodshed.net/devcpp.html
Thanks for this thread Ben.
How many of you guys are enrolled for the Stanford courses?
This! Big fan of SlimDX myself, and SharpDX is quite promising as well. Although no support for D3D9 on the latter.
I think you're right about wiki. Let's just keep this a nice list to get started with for now then. Definitely don't want to even think of taking the place of Tech-Artists.org or any of the other sites.
Surfa:
Nice set of libraries. I had heard of SlimDX but never looked into it, looks nice.
haiddasalami:
Thanks so much for the Maya documentation link. I've been a Modo user for so long I've completely lost touch with Maya and Max.
You might want to be careful with DevC++ I've read that it's pretty outdated now. I've heard better choices are Visual C++ Express Edition and Code::Blocks.
I've submitted my email to those Stanford courses. I'm just waiting to hear back from them. I hope I can somehow come up with the time to do all three.
Maph:
Cool!, I've never heard of SharpDX before.
It would be cool to see more learning resources about general programming, common practices, algorithms and math/trigonometry/physics related stuff, not necessarily particular engine/library or even programming language-specific. Seems like there are tons of libraries that deal with low-level mumbo-jumbo of putting sprites/images on screen, but you still need to code how they behave, which can vary from sorting swords in inventory to caclulating complex trajectories or buildig save/load system e.t.c
I personally would love to talk about how you guys would handle GameStates, Data driven gameplay, and of course; vector math!
The latter is very important for any dev working in games! And this is by far one of the best -and most well explained- lessons when dealing with vectors.
http://chortle.ccsu.edu/vectorlessons/vectorIndex.html
that is all.
That's the plan. I just haven't had enough time to put up everything I've got yet.
UNCCheezy:
I completely agree, www.tech-artists.org is definitely the place to go for purely hard core tech art information.
I see this thread as more like a casual mix of indie game dev and tech art stuff mostly aimed at artists who might feel out of place on a programming board. More like a starting point of interest rather than authoritative source of information.
Has anyone a tip for me how to handle with that?
Likewise, allways like to see folks asking about MXS here.
Techwise for myself I've been learning JAVA/Android. I'm loving explicitly typed data. (what a nerd)
It's great to see some MaxScript people popping in here to help. Are there any good links for the language reference or beginner tutorials? I don't have much to add to the list on MaxScript. There's a bunch of stuff on Tech-Artists wiki but nothing easily accessible for beginners.
@SimonT:
Sorry I can't help with Aptana. I only used if for a short time while learning Python. I did like the dark themes though. You might want to look up help for that issue under Eclipse since Aptana is a rebuild of Eclipse there's probably more info out there for Eclipse.
@Lamont:
How closely did you want to follow the actual AI of the original Pac Man? There is a pretty cool article about it on Gamasutra - The Pac-Man Dossier.
Wasn´t it our very own MoP who made a little tutorial for the beginners?
I can´t forget what he said there... This is the listener, this can be fun.Pink is for watching , white makes things run!
Koen Samyn's Learn MAXScript from start to finish
Dub's Intro to Maxscript tutorials
MAXScript 101 by John Wainwright
EDIT: Whoops see this was already added.
that was Vig
http://gameinternals.com/post/2072558330/understanding-pac-man-ghost-behavior
Ah right it was Vig , my bad!:poly136:
*ask Questions*
Stored value for turning left
Stored value for turning right
//These will only lock rotations to 90 deg intervals
// Following the doc on the listed page create 3 states for the ghost AI
Following the beacon system will use mono to make a manager for the world. The manger will know where the ghosts, player and beacons are. When the ghost reaches a beacon, it will ask where is the player, then decide which way to turn.
The Beacons.
The beacons will send a message and have a debug mode to show which directions it can send the ghost in (using Debug.DrawRay). The beacon is activated y a proximity to make sure the ghosts don't miss a turn.
First stage is to get the beacon system planned out. Second stage is to get the ghost moving through the world using the beacons.
Great thread for sure.
unfortunately i have way too much other art-related stuff to get the hang of before i seriously dive into programming.. goddamn these 24 hour days..
i will however take this opportunity to paste a couple of my hackjob maxscripts here, i'm sure you guys have some pointers on how to make them more efficient.
this script i pieced together when i discovered that the panel-toggle script i had been using (http://www.scriptspot.com/3ds-max/scripts/toggle-time-command-panels) refused to work in max 2012
and this one is a similarl hackjob to enable the element mode toggle in the UV editor, another function i could not get to work in 2012
i have quite a few ideas for simple (?) maxscripts that i'd like to try my hands at somewhere down the line, but seeing as it usually takes me quite a while to get results, and it can be quite frustrating to just guess around until i get to where i want to be, i usually find better ways to spend my time ;-/
C++
I have 2d array of tile objects.
The tile object has a vector full of entities to draw at that tile.
due to this, the entities contained in a tile are unaware of their own XY position.
How would I have my player object go from the tile that it is in to the tile that is next to it and allow have room for an animation to play? The state pattern works well but what "flow" would I give it?
Change player state to moving, play an animation and shift the drawing of the player to the tile it is going to move over, and then once the animation is complete should I copy the entity to the new tile and delete the old one?
Its the designing of things like this that throw me off in the not-so-long run. Any information will do.
I'd do:
Find path from A to B
Move (normalize the time)
When B is reached, do animation.
I'm thinking like a chess system.
its just a matter of practice. my best advice would be to work as neatly and modularly as possible. break code into functions as much as you can, and print out to the console alot. When you break your scripts down into functions it becomes much easier to locate errors and also becomes alot more readable.
When you are using variables type the first 3 letters then press CTRL+enter this will give you an auto complete list, if you use that you will misspell things far less
do this tutorial and enable autocomplete for the full mxs api (very very cool)
http://apps.jhaywood.com/Blog/?c=3dsMax&p=1