Index Labels
- AutoCAD
- AutoCAD advice
- AutoCAD Civil3D
- AutoCAD learning
- AutoCAD Teaching
- AutoCAD tips
- AutoCAD training.
- AutoCAD tricks
- AutoCAD Tutorial
- Autodesk
- Autodesk Inventor
- Autodesk Inventor Frame Generator
- Autodesk Inventor iLogic
- Autodesk Recap
- Autodesk Video
- Contraints
- Excel
- Inventor Graphics Issues
- Inventor IDW
- ObjectARX .NET API
- Practice Drawing
- ReCap
- Sketch
- Workbook
- XLS
The BitSquid low level animation system
.
1:54 AM
In the BitSquid engine we differ between the low level and the high level animation system. The low level system has a simple task: given an...
Picking a scripting language
.
10:09 AM
We are planning to make the BitSquid engine largely scripting language agnostic. We will expose a generic scripting interface from the engin...
First profiler screenshot
.
8:15 AM
We now have the BitSquid thread profiler up and running. The profiler is a C# application that receives profiler events from the engine over...
Parallel rendering
.
2:00 PM
I've spent the last week designing and implementing the low-level parts of the renderer used in our new engine. One of the key design pr...
Simplified JSON notation
.
8:32 AM
JSON is human-editable, but not necessarily human-friendly. A typical JSON configuration file: { "ip" : "127.0.0.1",...
Multithreaded gameplay
.
8:22 AM
How do we multithread gameplay without driving gameplay programmers insane? My current idea is: Do all gameplay processing as events reactin...
Two way serialization function
.
1:30 AM
A trick to avoid having to keep the serialization code for input and output in sync is to use the same code for both input and output: struc...
JSON configuration data
.
9:05 AM
The BitSquid engine will use JSON as an intermediate format for all generic configuration data. JSON is better than a custom binary format b...
Simple perfect murmur hashing
.
9:05 AM
A simple way of finding a perfect (collision free) murmur hash for a set of keys S is to simply iterate over the seed values until we find ...
Welcome to the BitSquid blog
.
4:05 AM
This blog will collect rants, ideas and random thoughts about the development of the BitSquid game engine. See: http://www.bitsquid.se for ...
Help AutoCAD Users Visually with Transient Graphics – Part 2
.
8:39 AM
In my previous article ( Part 1 ), I showed how to use AutoCAD (2009 or later) Transient Graphics to highlight entities in interest when mou...
Help AutoCAD Users Visually with Transient Graphics – Part 1
.
8:42 AM
An AutoCAD drawing could contains tens or hundreds of thousands entities, which makes it very difficult for a CAD user to find certain entit...
Hello, My Readers
.
7:15 AM
From my blog title, you must have already known the main topics of this blog are about AutoCAD related programming. My 15-year programming e...
Blog Archive
Labels
AutoCAD
AutoCAD advice
AutoCAD Civil3D
AutoCAD learning
AutoCAD Teaching
AutoCAD tips
AutoCAD training.
AutoCAD tricks
AutoCAD Tutorial
Autodesk
Autodesk Inventor
Autodesk Inventor Frame Generator
Autodesk Inventor iLogic
Autodesk Recap
Autodesk Video
Contraints
Excel
Inventor Graphics Issues
Inventor IDW
ObjectARX .NET API
PDF
Practice Drawing
ReCap
Sketch
Workbook
XLS