构建系统 Ekam

码农软件 · 软件分类 · 项目构建 · 2019-11-16 06:28:51

软件介绍

Ekam(“make”的倒写)是一个构建系统,它能自动计算出如何在纯源代码中建立系统,并且不需要独立的 makefile。Ekam 通过搜索的方式工作。当遇见以“.cpp”结尾的文件时,它会编译此文件,拦截系统会找到它所编译的文件(包括头文件)。如果丢失了这些文件,Ekam 会去搜索直到找到这些头文件并关联上。

本文地址:https://codercto.com/soft/d/19086.html

Getting Started with C++ Audio Programming for Game Development

Getting Started with C++ Audio Programming for Game Development

David Gouveia

Written specifically to help C++ developers add audio to their games from scratch, this book gives a clear introduction to the concepts and practical application of audio programming using the FMOD li......一起来看看 《Getting Started with C++ Audio Programming for Game Development》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具