Tuesday, February 7, 2017

Useful extenssioins for Visual Studio


SQL
Entity Visualizer – Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.
Entity Developer for LINQ to SQL – is a powerful ORM designer – modeling and code generation tool for LINQ to SQL.

C# WPF
WPF Office 2010 Silver Theme – Office 2010 theme for official Microsoft WPF controls

Time Tracking
VSJira – adds tools to the IDE to interact with JIRA servers.

Scrum Sprint Monitor  – Scrum Sprint Monitor provides the Agile team with hands-off, always up-to-date status of the current Sprint, both at the individual and team level.

Code Style
Indent Guides  – Adds vertical lines at each indent level
Editor Guidelines – Adds vertical lines at each indent level
Indent Guides Spell Checker – Adds vertical lines at each indent level

Monday, January 23, 2017

PBR Impmentation in NGTech

Я не хотел публиковать свой черновик, но надо сделать его открытым

Real shading in UE4
https://nickgalko.blogspot.ru/2016/07/modern-render-techniques.html
http://diaryofagraphicsprogrammer.blogspot.ru/
http://joker-ru.livejournal.com/

http://blog.selfshadow.com/publications/s2013-shading-course/#course_content
https://www.unrealengine.com/blog/physically-based-shading-on-mobile
http://blog.selfshadow.com/publications/s2013-shading-course/

https://gist.github.com/galek

Saturday, June 18, 2016

Source code lines count

Simple and comfortable utility what computes metrics of code. Result for my project:

Engine Only:
——————————————

308 Source Files
40815 Lines of Code
6004 Blank Lines of Code
602 Code and Comment Lines of Code

Editors (Level, Logic, Sound, Material, EngineToEditor Layer)
——————————————
69 Source Files
13826 Lines of Code
1126 Blank Lines of Code
15 Code and Comment Lines of Code

Shaders:
——————————————
33 Source Files
4339 Lines of Code
399 Blank Lines of Code
61 Code and Comment Lines of Code


Plugins and tools for art:
——————————————
21 Source Files
3935 Lines of Code
713 Blank Lines of Code
7 Code and Comment Lines of Code



Of course in the metrics there is no SDK and another third-party slag, all this is written own hands.

Зарубки на память

http://diaryofagraphicsprogrammer.blogspot.ru/
http://joker-ru.livejournal.com/