Giter VIP home page Giter VIP logo

myblog-utterances-comment's Introduction

Hi,看这里 👋

我是VisualGMQ,一个游戏开发新手

  • 🔭 目前在中国杭州,从事游戏开发相关工作
  • 🌱 会一些Vulkan。沉浸于游戏引擎开发和游戏开发
  • 💻 用的最多的语言是C++ Badge,这里是我的一些项目:
    • gecs:C++17 ECS框架,源码借鉴EnTT,API设计借鉴Bevy
    • mirrow:C++17 模板元编程框架,含有静态/动态反射和自动序列化功能
    • rs-cpurenderer:使用rust编写的软渲染
    • NickelEngine:C++17,基于ECS的游戏引擎(施工中)

Top Langs

Anurag's GitHub stats

Harlok's wakatime stats

myblog-utterances-comment's People

Watchers

 avatar  avatar

myblog-utterances-comment's Issues

2021/02/08/%E7%94%A8SDL%E5%AE%9E%E7%8E%B0IMGUI/

用SDL实现IMGUI

什么是IMGUI 我们平常使用的GUI,像是QT和wxWidgets这种,属于保留型GUI(Retianed Mode GUI,简称RMGUI),即它们将和GUI有关的状态都保存在内部,如果你想要改变状态的话,需要使用一系列的Set函数去更改。 而本文要介绍的是另一种老旧的,在CLI时代就存在的绘制GUI的方法:立即型GUI(immediate Mode GUI,简

https://visualgmq.gitee.io/2021/02/08/%E7%94%A8SDL%E5%AE%9E%E7%8E%B0IMGUI/

2022/05/08/CSharp%E5%85%A5%E9%97%A8%E7%AC%94%E8%AE%B0-%E4%BB%8ECpp%E5%88%B0CSharp/

【C#入门笔记】从C++到C#

这里是跟着微软官方的C#文档学习C#笔记。着重说明了C#和C++之间的区别。 C#是如何工作的 C#和Java十分类似,是一种静态的,带有GC的编译型语言。C#和Java一样有个“虚拟机”,即.Net平台。C#将代码编译成IL(平台无关代码),然后让.Net去执行。 类 C#中所有的类型都是从object中派生而来。 class

https://visualgmq.gitee.io/2022/05/08/CSharp%E5%85%A5%E9%97%A8%E7%AC%94%E8%AE%B0-%E4%BB%8ECpp%E5%88%B0CSharp/

2020/06/06/gcc%E7%94%9F%E6%88%9032%E4%BD%8D%E7%9A%84nasm%E6%B1%87%E7%BC%96%E4%BB%A3%E7%A0%81/

gcc生成32位的nasm汇编代码

使用gcc的时候只能产生masm的汇编代码。但是masm不是跨平台的,一般开发的时候都是用nasm进行汇编。但是gcc不能直接生成nasm汇编代码。这里记录了生成nasm汇编代码的方法。 答案来源于stackoverflow。此实验已经在Mac系统上已经尝试成功过。

https://visualgmq.gitee.io/2020/06/06/gcc%E7%94%9F%E6%88%9032%E4%BD%8D%E7%9A%84nasm%E6%B1%87%E7%BC%96%E4%BB%A3%E7%A0%81/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.