42 projects tagged "Tool"
FontMapper is a font texture generator for game developers. It allows you to turn a font you have installed to a PNG texture of tightly packed glyphs, accompanied by a text file describing the glyphs' properties and texture coordinates. You can read these in a game to render fonts. FontMapper supports Unicode (although only the Basic Multilingual Plane, i.e. the 16-bit codepoints), and each glyph can have its own size, i.e. fonts are not necessarily monospaced. Currently, FontMapper is command-line only, although there might be a GUI frontend in the future.
TMake is a fast, lightweight, yet very powerful Build System. You can use TMake to build projects or create new ones. It supports C, C++, C#, Java, and Go compilers and over 100 different packages. It can perform C and C++ dependency checking. It is very fast. It uses for Lua for plain and simple build scripts. It has a GUI.
DiscRotate is a MenuItem that will control the speed of your optical drives. It is written in Cocoa for Mac OS X Leopard and later. It can help you make optical drive operation much quieter. Upon launching, a drive icon will appear in your menu bar at the top. It will list all installed optical drives and let you choose how much throttling applies to each of them. The green bar shows the current setting, and can be clicked to change the throttling speed. 100% means the minimum drive speed. When using heavily scratched CD/DVDs it is recommended to lower the setting to about 85%. Clicking the CD icon in the list will pause throttling for that particular optical drive.
Hoplax is a power user tool to store bookmarks in text files and manage them efficiently. Bookmarks stored in Hoplax are easy to edit and search with normal Unix tools and editors. They are easy to synchronize with git/svn/darcs/etc. Bookmarks can be categorized easily into files, and you can choose to not synchronize a file to a computer, e.g. confidential company bookmarks to home computers. The filtering is smarter than the browser's location bar. Keyword bookmarks with multiple parameters and auto-completion are supported.
QIT (Qtree Integration Toolkit) is a powerful tool with a set of innovative features that improve the way you view and administer Documentum repositories.It allows you to browse data intuitively and recursively with the Rich Object Experience, keep track of multiple docbases at a time, and stay connected without worrying about timeouts, adding connection brokers and docbases on the fly, and execute DQL queries, keep your query history, predefine queries, and repeat queries automatically. Intuitive, per-docbase configurable search is provided with only one search box.
ViziSolve solves math problems. It does this by going one step at a time, highlighting each part as it is being used for the next line, and stating what it is doing at each step. Right now, it can solve most common algebra I level problems (not including graphing or word problems), and it may make a mistake once in a while. It runs on the Web.
pyautomate is a general-purpose CLI automation tool. Unlike other tools, you describe a state machine in a configuration file and use the CLI to go to a certain state. pyautomate will automatically figure out which tasks to run to get to your desired state. The configuration file is a Python 3 module, which allows you to easily and flexibly define your tasks.